SimulatePressureNotificationRequest

data class SimulatePressureNotificationRequest(level: PressureLevel)

Represents request frame that can be used with Memory#simulatePressureNotification operation call.

Simulate a memory pressure notification in all processes.

See also

Constructors

SimulatePressureNotificationRequest
Link copied to clipboard
fun SimulatePressureNotificationRequest(level: PressureLevel)

Properties

level
Link copied to clipboard
val level: PressureLevel
Memory pressure level of the notification.

Sources

jvm source
Link copied to clipboard